home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / lib / tex / inputs / fontdef.max < prev    next >
Encoding:
Text File  |  1991-05-21  |  21.3 KB  |  902 lines

  1. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2. % FONTDEF.MAX                            July 1990      %
  3. %                                                                          %
  4. % This file is part of the AMS-LaTeX Version 1.0 distribution              %
  5. %   American Mathematical Society, Technical Support Group,                %
  6. %   P. O. Box 6248, Providence, RI 02940                                   %
  7. %   800-321-4AMS (321-4267) or 401-455-4080                                %
  8. %   Internet: Tech-Support@Math.AMS.com                                    %
  9. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  10. %%
  11. %% This is file `fontdef.max' generated
  12. %% on <1990/6/30> with the docstrip utility (v1.1k).
  13. %%
  14. %% The original source file was `fontdef.doc'.
  15. %% Included modules: `max'.
  16. %%
  17. %%
  18. %% Copyright (C) 1989,1990 by Frank Mittelbach, Rainer Schoepf.
  19. %% All rights reserved.
  20. %%
  21. %% IMPORTANT NOTICE:
  22. %%
  23. %% You are not allowed to change this file. You may however copy this file
  24. %% to a file with a different name and then change the copy.
  25. %%
  26. %% You are allowed to distribute this file under the condition that it is
  27. %% distributed together with all files mentioned in readme.mz3. If you
  28. %% receive only some of these files from someone, complain!
  29. %%
  30. %% You are NOT ALLOWED to distribute this file alone. You are NOT ALLOWED
  31. %% to take money for the distribution or use of either this file or a
  32. %% changed version, except for a nominal charge for copying etc.
  33. %%
  34. %% Error Reports in case of UNCHANGED versions to
  35. %%
  36. %% F. Mittelbach
  37. %% Eichenweg 29
  38. %% D-6500 Mainz 1
  39. %% Federal Republic of Germany
  40. %% Bitnet: <PZF5HZ@DRUEDS2>
  41. %%
  42. %% or:
  43. %% R. Sch\"opf
  44. %% Inst. f. Theor. Physik
  45. %% der Universit\"at Heidelberg
  46. %% Philosophenweg 16
  47. %% D-6900 Heidelberg
  48. %% Federal Republic of Germany
  49. %% Bitnet: <BK4@DHDURZ1>
  50. %%
  51. %%
  52.  
  53. \def\fileversion{v1.1i}
  54. \def\filedate{90/06/08}
  55. \def\docdate {90/06/08}
  56.  
  57. %% \CheckSum{126}
  58. %% \CharacterTable
  59. %%  {Upper-case    \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
  60. %%   Lower-case    \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
  61. %%   Digits        \0\1\2\3\4\5\6\7\8\9
  62. %%   Exclamation   \!     Double quote  \"     Hash (number) \#
  63. %%   Dollar        \$     Percent       \%     Ampersand     \&
  64. %%   Acute accent  \'     Left paren    \(     Right paren   \)
  65. %%   Asterisk      \*     Plus          \+     Comma         \,
  66. %%   Minus         \-     Point         \.     Solidus       \/
  67. %%   Colon         \:     Semicolon     \;     Less than     \<
  68. %%   Equals        \=     Greater than  \>     Question mark \?
  69. %%   Commercial at \@     Left bracket  \[     Backslash     \\
  70. %%   Right bracket \]     Circumflex    \^     Underscore    \_
  71. %%   Grave accent  \`     Left brace    \{     Vertical bar  \|
  72. %%   Right brace   \}     Tilde         \~}
  73. %%
  74. %% This file contains the external font information needed to load
  75. %% the computer modern family designed by Donald E. Knuth, together
  76. %% with all fonts which are supplied with the AMS font package.
  77. %%
  78. %% For a smaller collection of fonts see the file `fontdef.ori'.
  79. %%
  80. %% You should *not* change this file!  If you want to change the
  81. %% fonts/shapes you should create a copy of it named `fontdef.tex'
  82. %% and edit this one according to your needs!
  83. %%
  84. %% The format of a font/shape definition is as follows:
  85. %%
  86. %% \new@fontshape{family}{series}{shape}%
  87. %%       {<size_1>external_font_1%
  88. %%        <size_2>external_font_2%
  89. %%        ...
  90. %%        <size_n>external_font_n}{}
  91. %%
  92. %% (Don't forget the final {} !)
  93. %%
  94. %% family    : Name of font family like cmr etc.
  95. %% series    : Weight and width of the font in 1 to 4 letter
  96. %%             abbreviations. A table is given in the tugboat article
  97. %%             distributed together with this file.
  98. %% shape     : Either n (normal), it (italic), sc (small caps), sl
  99. %%             (slanted) or u (upright italic).
  100. %% <size_i>  : The size in printer points. Standard LaTeX supports 5,
  101. %%             6, 7, 8, 9, 10, 11, 12, 14, 17, 20, 25 corresponding to
  102. %%             \tiny, \scriptsize and so on.  The angle brackets are
  103. %%             part of the syntax!
  104. %%
  105. %% external_font_i : The name of the external font in your font
  106. %%             library. If the font/shape is not available in a
  107. %%             certain size you may use the name of a replacement
  108. %%             font.  E.g. one can substitute cmr5 for cmti.. which is
  109. %%             only available in size 7 and higher.  If you put a `1'
  110. %%             in front of the name of the font a warning message will
  111. %%             be produced (saying that the font has been substituted
  112. %%             for the real one) when you use it for the first time.
  113. %%             Below you can find examples of this mechanism.
  114. %%
  115. %% For font/shape combinations which aren't available at all like
  116. %% computer modern sans serif small caps a suitable default will be
  117. %% used automatically unless you specify a substitution yourself with
  118. %% the \subst@fontshape command.
  119. %%
  120. %% It syntax is as follows:
  121. %%
  122. %% \subst@fontshape{family}{series}{shape}%
  123. %%                 {subst_family}{subst_series}{subst_shape}
  124. %%
  125. %% This might be necessary if the automatically selected default does
  126. %% not match your needs. For example: the font shape choosen instead
  127. %% of `computer modern sans serif small caps' would be `computer
  128. %% modern sans serif normal'. With a \subst@fontshape command you can
  129. %% change this, for example, to `computer modern roman small caps' as
  130. %% we did below. (If you don't like this remove this line in your
  131. %% *copy* of this file.)
  132. %%
  133. %% Finally, for every family there is an \extra@def macro.  It defines
  134. %% special action to be done at load time for every font of the family.
  135. %% In most cases you can simply write
  136. %%
  137. %% \extra@def{family}{}{}
  138. %%
  139. %% In this file it is used to suppress hyphenation for typewriter
  140. %% fonts (see \extra@def{cmtt}... below) and to set the \skewchar
  141. %% for math fonts (see \extra@def{cmm}... and \extra@def{cmsy}...).
  142. %%
  143. %%
  144. \newlinechar`\^^J
  145. \immediate\write\sixt@@n{File: `fontdef.max' \space
  146.  \fileversion\space <\filedate> (FMi and RmS)}
  147. \immediate\write\sixt@@n{English Documentation
  148.       \@spaces\space <\docdate> (FMi and RmS)}
  149. \immediate\write\sixt@@n
  150.   {^^JIncludes Font/Shape Definitions for:^^J
  151.      ^^J\@spaces Computer Modern Standard Fonts%
  152.      \space (plus down scaled shapes)%
  153.  ,^^J\@spaces AMS math symbol Fonts%
  154.  ,^^J\@spaces Euler Fonts%
  155.  ,^^J\@spaces University of Washington Cyrillic Fonts%
  156.  ,^^J\@spaces Concrete Roman Fonts%
  157.   .^^J}
  158. \immediate\write\sixt@@n
  159.   {********************************************************************}
  160. \immediate\write\sixt@@n
  161.   {* Probably customized by YOU who forgot to change the lines above! *}
  162. \immediate\write\sixt@@n
  163.   {********************************************************************}
  164. %%
  165. %% Please don't change the next lines unless you know exactly what you
  166. %% are doing.
  167. %%
  168. \def\default@shape{n}
  169. \def\default@series{m}
  170. \def\default@family{cmr}
  171. \def\default@errfont{cmsy10}
  172. %%
  173. %% Again, this is doubly dangerous bent.
  174. %%
  175. \family\default@family
  176. \series\default@series
  177. \shape\default@shape
  178. %%
  179. %% And here is your playground:
  180. %%
  181. \new@fontshape{cmr}{m}{n}{%
  182.       <5>cmr5%
  183.       <6>cmr6%
  184.       <7>cmr7%
  185.       <8>cmr8%
  186.       <9>cmr9%
  187.       <10>cmr10%
  188.       <11>cmr10 at10.95pt%
  189.       <12>cmr12%
  190.       <14>cmr12 at14.4pt%
  191.       <17>cmr17%
  192.       <20>cmr17 at20.736pt%
  193.       <25>cmr17 at24.8832pt}{}
  194. \extra@def{cmr}{}{}
  195. \new@fontshape{cmr}{m}{sl}{%
  196.       <5>cmsl8 at5pt%
  197.       <6>cmsl8 at6pt%
  198.       <7>cmsl8 at7pt%
  199.       <8>cmsl8%
  200.       <9>cmsl9%
  201.       <10>cmsl10%
  202.       <11>cmsl10 at10.95pt%
  203.       <12>cmsl12%
  204.       <14>cmsl12 at14.4pt%
  205.       <17>cmsl12 at17.28pt%
  206.       <20>cmsl12 at20.74pt%
  207.       <25>cmsl12 at24.88pt%
  208.       }{}
  209.  
  210. \new@fontshape{cmr}{m}{it}{%
  211.       <5>cmti7 at5pt%
  212.       <6>cmti7 at6pt%
  213.       <7>cmti7%
  214.       <8>cmti8%
  215.       <9>cmti9%
  216.       <10>cmti10%
  217.       <11>cmti10 at10.95pt%
  218.       <12>cmti12%
  219.       <14>cmti12 at14.4pt%
  220.       <17>cmti12 at17.28pt%
  221.       <20>cmti12 at20.74pt%
  222.       <25>cmti12 at24.88pt%
  223.       }{}
  224.  
  225. \new@fontshape{cmr}{m}{sc}{%
  226.       <5>cmcsc10 at5pt%
  227.       <6>cmcsc10 at6pt%
  228.       <7>cmcsc10 at7pt%
  229.       <8>cmcsc10 at8pt%
  230.       <9>cmcsc10 at9pt%
  231.       <10>cmcsc10%
  232.       <11>cmcsc10 at10.95pt%
  233.       <12>cmcsc10 at12pt%
  234.       <14>cmcsc10 at14.4pt%
  235.       <17>cmcsc10 at17.28pt%
  236.       <20>cmcsc10 at20.74pt%
  237.       <25>cmcsc10 at24.88pt%
  238.       }{}
  239. %%
  240. %% Warning: please note that the upright shape below is used
  241. %%          for the \pounds symbol of LaTeX. So this font
  242. %%          definition shouldn't be removed.
  243. %%
  244. \new@fontshape{cmr}{m}{u}{%
  245.       <5>cmu10 at5pt%
  246.       <6>cmu10 at6pt%
  247.       <7>cmu10 at7pt%
  248.       <8>cmu10 at8pt%
  249.       <9>cmu10 at9pt%
  250.       <10>cmu10%
  251.       <11>cmu10 at10.95pt%
  252.       <12>cmu10 at12pt%
  253.       <14>cmu10 at14.4pt%
  254.       <17>cmu10 at17.28pt%
  255.       <20>cmu10 at20.74pt%
  256.       <25>cmu10 at24.88pt%
  257.       }{}
  258.  
  259. %%%%%%%% bold series
  260.  
  261. \new@fontshape{cmr}{b}{n}{%
  262.       <5>cmb10 at5pt%
  263.       <6>cmb10 at6pt%
  264.       <7>cmb10 at7pt%
  265.       <8>cmb10 at8pt%
  266.       <9>cmb10 at9pt%
  267.       <10>cmb10%
  268.       <11>cmb10 at10.95pt%
  269.       <12>cmb10 at12pt%
  270.       <14>cmb10 at14.4pt%
  271.       <17>cmb10 at17.28pt%
  272.       <20>cmb10 at20.736pt%
  273.       <25>cmb10 at24.8832pt%
  274.       }{}
  275.  
  276. %%%%%%%%% bold extended series
  277.  
  278. \new@fontshape{cmr}{bx}{n}{%
  279.       <5>cmbx5%
  280.       <6>cmbx6%
  281.       <7>cmbx7%
  282.       <8>cmbx8%
  283.       <9>cmbx9%
  284.       <10>cmbx10%
  285.       <11>cmbx10 at10.95pt%
  286.       <12>cmbx12%
  287.       <14>cmbx12 at14.4pt%
  288.       <17>cmbx12 at17.28pt%
  289.       <20>cmbx12 at20.74pt%
  290.       <25>cmbx12 at24.88pt%
  291.       }{}
  292.  
  293. \new@fontshape{cmr}{bx}{sl}{%
  294.       <5>cmbxsl10 at5pt%
  295.       <6>cmbxsl10 at6pt%
  296.       <7>cmbxsl10 at7pt%
  297.       <8>cmbxsl10 at8pt%
  298.       <9>cmbxsl10 at9pt%
  299.       <10>cmbxsl10%
  300.       <11>cmbxsl10 at10.95pt%
  301.       <12>cmbxsl10 at12pt%
  302.       <14>cmbxsl10 at14.4pt%
  303.       <17>cmbxsl10 at17.28pt%
  304.       <20>cmbxsl10 at20.74pt%
  305.       <25>cmbxsl10 at24.88pt%
  306.       }{}
  307.  
  308. \new@fontshape{cmr}{bx}{it}{%
  309.       <5>cmbxti10 at5pt%
  310.       <6>cmbxti10 at6pt%
  311.       <7>cmbxti10 at7pt%
  312.       <8>cmbxti10 at8pt%
  313.       <9>cmbxti10 at9pt%
  314.       <10>cmbxti10%
  315.       <11>cmbxti10 at10.95pt%
  316.       <12>cmbxti10 at12pt%
  317.       <14>cmbxti10 at14.4pt%
  318.       <17>cmbxti10 at17.28pt%
  319.       <20>cmbxti10 at20.74pt%
  320.       <25>cmbxti10 at24.88pt%
  321.       }{}
  322.  
  323. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  324. %%
  325. %%  Sans serif font shapes
  326. %%
  327. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  328.  
  329. \new@fontshape{cmss}{m}{n}{%
  330.       <5>cmss8 at5pt%
  331.       <6>cmss8 at6pt%
  332.       <7>cmss8 at7pt%
  333.       <8>cmss8%
  334.       <9>cmss9%
  335.       <10>cmss10%
  336.       <11>cmss10 at10.95pt%
  337.       <12>cmss12%
  338.       <14>cmss12 at14.4pt%
  339.       <17>cmss17%
  340.       <20>cmss17 at20.74pt%
  341.       <25>cmss17 at24.88pt%
  342.       }{}
  343.  
  344.  
  345. \subst@fontshape{cmss}{m}{it}{cmss}{m}{sl}
  346.  
  347. \new@fontshape{cmss}{m}{sl}{%
  348.       <5>cmssi8 at5pt%
  349.       <6>cmssi8 at6pt%
  350.       <7>cmssi8 at7pt%
  351.       <8>cmssi8%
  352.       <9>cmssi9%
  353.       <10>cmssi10%
  354.       <11>cmssi10 at10.95pt%
  355.       <12>cmssi12%
  356.       <14>cmssi12 at14.4pt%
  357.       <17>cmssi17%
  358.       <20>cmssi17 at20.74pt%
  359.       <25>cmssi17 at24.88pt%
  360.       }{}
  361.  
  362. %%%%%%% Font/shape undefined, therefore substituted
  363.  
  364. \subst@fontshape{cmss}{m}{sc}{cmr}{m}{sc}
  365.  
  366. %%%%%%%% semibold condensed series
  367.  
  368. \new@fontshape{cmss}{sbc}{n}{%
  369.       <5>cmssdc10 at5pt%
  370.       <6>cmssdc10 at6pt%
  371.       <7>cmssdc10 at7pt%
  372.       <8>cmssdc10 at8pt%
  373.       <9>cmssdc10 at9pt%
  374.        <10>cmssdc10%
  375.        <11>cmssdc10 at10.95pt%
  376.        <12>cmssdc10 at12pt%
  377.        <14>cmssdc10 at14.4pt%
  378.        <17>cmssdc10 at17.28pt%
  379.        <20>cmssdc10 at20.74pt%
  380.        <25>cmssdc10 at24.88pt%
  381.        }{}
  382.  
  383. %%%%%%%%% bold extended series
  384.  
  385. \new@fontshape{cmss}{bx}{n}{%
  386.       <5>cmssbx10 at5pt%
  387.       <6>cmssbx10 at6pt%
  388.       <7>cmssbx10 at7pt%
  389.       <8>cmssbx10 at8pt%
  390.       <9>cmssbx10 at9pt%
  391.       <10>cmssbx10%
  392.       <11>cmssbx10 at10.95pt%
  393.       <12>cmssbx10 at12pt%
  394.       <14>cmssbx10 at14.4pt%
  395.       <17>cmssbx10 at17.28pt%
  396.       <20>cmssbx10 at20.74pt%
  397.       <25>cmssbx10 at24.88pt%
  398.       }{}
  399.  
  400. \extra@def{cmss}{}{}
  401.  
  402. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  403. %%
  404. %%  Typewriter font shapes
  405. %%
  406. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  407.  
  408. \new@fontshape{cmtt}{m}{n}{%
  409.       <5>cmtt8 at5pt%
  410.       <6>cmtt8 at6pt%
  411.       <7>cmtt8 at7pt%
  412.       <8>cmtt8%
  413.       <9>cmtt9%
  414.       <10>cmtt10%
  415.       <11>cmtt10 at10.95pt%
  416.       <12>cmtt12%
  417.       <14>cmtt12 at14.4pt%
  418.       <17>cmtt12 at17.28pt%
  419.       <20>cmtt12 at20.74pt%
  420.       <25>cmtt12 at24.88pt%
  421.       }{}
  422.  
  423. \new@fontshape{cmtt}{m}{it}{%
  424.       <5>cmitt10 at5pt%
  425.       <6>cmitt10 at6pt%
  426.       <7>cmitt10 at7pt%
  427.       <8>cmitt10 at8pt%
  428.       <9>cmitt10 at9pt%
  429.       <10>cmitt10%
  430.       <11>cmitt10 at10.95pt%
  431.       <12>cmitt10 at12pt%
  432.       <14>cmitt10 at14.4pt%
  433.       <17>cmitt10 at17.28pt%
  434.       <20>cmitt10 at20.74pt%
  435.       <25>cmitt10 at24.88pt%
  436.       }{}
  437.  
  438. \new@fontshape{cmtt}{m}{sl}{%
  439.       <5>cmsltt10 at5pt%
  440.       <6>cmsltt10 at6pt%
  441.       <7>cmsltt10 at7pt%
  442.       <8>cmsltt10 at8pt%
  443.       <9>cmsltt10 at9pt%
  444.       <10>cmsltt10%
  445.       <11>cmsltt10 at10.95pt%
  446.       <12>cmsltt10 at12pt%
  447.       <14>cmsltt10 at14.4pt%
  448.       <17>cmsltt10 at17.28pt%
  449.       <20>cmsltt10 at20.74pt%
  450.       <25>cmsltt10 at24.88pt%
  451.       }{}
  452.  
  453. \new@fontshape{cmtt}{m}{sc}{%
  454.       <5>cmtcsc10 at5pt%
  455.       <6>cmtcsc10 at6pt%
  456.       <7>cmtcsc10 at7pt%
  457.       <8>cmtcsc10 at8pt%
  458.       <9>cmtcsc10 at9pt%
  459.       <10>cmtcsc10%
  460.       <11>cmtcsc10 at10.95pt%
  461.       <12>cmtcsc10 at12pt%
  462.       <14>cmtcsc10 at14.4pt%
  463.       <17>cmtcsc10 at17.28pt%
  464.       <20>cmtcsc10 at20.74pt%
  465.       <25>cmtcsc10 at24.88pt%
  466.       }{}
  467.  
  468. \extra@def{cmtt}{\hyphenchar #1\m@ne}{}
  469.  
  470. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  471. %%
  472. %%  Math italic font shapes
  473. %%
  474. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  475.  
  476. \new@fontshape{cmm}{m}{it}{%
  477.       <5>cmmi5%
  478.       <6>cmmi6%
  479.       <7>cmmi7%
  480.       <8>cmmi8%
  481.       <9>cmmi9%
  482.       <10>cmmi10%
  483.       <11>cmmi10 at10.95pt%
  484.       <12>cmmi12%
  485.       <14>cmmi12 at14.4pt%
  486.       <17>cmmi12 at17.28pt%
  487.       <20>cmmi12 at20.74pt%
  488.       <25>cmmi12 at24.88pt%
  489.       }{}
  490.  
  491. \new@fontshape{cmm}{b}{it}{%
  492.       <5>cmmib5%
  493.       <6>cmmib6%
  494.       <7>cmmib7%
  495.       <8>cmmib8%
  496.       <9>cmmib9%
  497.       <10>cmmib10%
  498.       <11>cmmib10 at10.95pt%
  499.       <12>cmmib10 at12pt%
  500.       <14>cmmib10 at14.4pt%
  501.       <17>cmmib10 at17.28pt%
  502.       <20>cmmib10 at20.74pt%
  503.       <25>cmmib10 at24.88pt%
  504.       }{}
  505.  
  506. \extra@def{cmm}{\skewchar#1'177}{}
  507.  
  508. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  509. %%
  510. %%  Math symbol font shapes
  511. %%
  512. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  513.  
  514. \new@fontshape{cmsy}{m}{n}{%
  515.       <5>cmsy5%
  516.       <6>cmsy6%
  517.       <7>cmsy7%
  518.       <8>cmsy8%
  519.       <9>cmsy9%
  520.       <10>cmsy10%
  521.       <11>cmsy10 at10.95pt%
  522.       <12>cmsy10 at12pt%
  523.       <14>cmsy10 at14.4pt%
  524.       <17>cmsy10 at17.28pt%
  525.       <20>cmsy10 at20.74pt%
  526.       <25>cmsy10 at24.88pt%
  527.       }{}
  528.  
  529. \new@fontshape{cmsy}{b}{n}{%
  530.       <5>cmbsy5%
  531.       <6>cmbsy6%
  532.       <7>cmbsy7%
  533.       <8>cmbsy8%
  534.       <9>cmbsy9%
  535.       <10>cmbsy10%
  536.       <11>cmbsy10 at10.95pt%
  537.       <12>cmbsy10 at12pt%
  538.       <14>cmbsy10 at14.4pt%
  539.       <17>cmbsy10 at17.28pt%
  540.       <20>cmbsy10 at20.74pt%
  541.       <25>cmbsy10 at24.88pt%
  542.       }{}
  543.  
  544. \extra@def{cmsy}{\skewchar#1'60}{}
  545.  
  546. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  547. %%
  548. %%  LaTeX symbol font shapes
  549. %%
  550. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  551.  
  552. \new@fontshape{lasy}{m}{n}{%
  553.       <5>lasy5%
  554.       <6>lasy6%
  555.       <7>lasy7%
  556.       <8>lasy8%
  557.       <9>lasy9%
  558.       <10>lasy10%
  559.       <11>lasy10 at10.95pt%
  560.       <12>lasy10 at12pt%
  561.       <14>lasy10 at14.4pt%
  562.       <17>lasy10 at17.28pt%
  563.       <20>lasy10 at20.74pt%
  564.       <25>lasy10 at24.88pt%
  565.       }{}
  566.  
  567. \new@fontshape{lasy}{b}{n}{%
  568.       <5>lasyb10 at5pt%
  569.       <6>lasyb10 at6pt%
  570.       <7>lasyb10 at7pt%
  571.       <8>lasyb10 at8pt%
  572.       <9>lasyb10 at9pt%
  573.       <10>lasyb10%
  574.       <11>lasyb10 at10.95pt%
  575.       <12>lasyb10 at12pt%
  576.       <14>lasyb10 at14.4pt%
  577.       <17>lasyb10 at17.28pt%
  578.       <20>lasyb10 at20.74pt%
  579.       <25>lasyb10 at24.88pt%
  580.       }{}
  581.  
  582. \extra@def{lasy}{}{}
  583.  
  584. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  585. %%
  586. %% AMS symbol font families A and B
  587. %%
  588. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  589.  
  590. \new@fontshape{msa}{m}{n}{%
  591.    <5>msam5%
  592.    <6>msam6%
  593.    <7>msam7%
  594.    <8>msam8%
  595.    <9>msam9%
  596.    <10>msam10%
  597.    <11>msam10 at10.95pt%
  598.    <12>msam10 at12pt%
  599.    <14>msam10 at14.4pt%
  600.    <17>msam10 at17.28pt%
  601.    <20>msam10 at20.74pt%
  602.    <25>msam10 at24.88pt}{}
  603.  
  604. \extra@def{msa}{}{}
  605.  
  606. \new@fontshape{msb}{m}{n}{%
  607.    <5>msbm5%
  608.    <6>msbm6%
  609.    <7>msbm7%
  610.    <8>msbm8%
  611.    <9>msbm9%
  612.    <10>msbm10%
  613.    <11>msbm10 at10.95pt%
  614.    <12>msbm10 at12pt%
  615.    <14>msbm10 at14.4pt%
  616.    <17>msbm10 at17.28pt%
  617.    <20>msbm10 at20.74pt%
  618.    <25>msbm10 at24.88pt}{}
  619.  
  620. \extra@def{msb}{}{}
  621.  
  622. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  623. %%
  624. %% Euler (German) Fraktur family
  625. %%
  626. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  627.  
  628. \new@fontshape{euf}{m}{n}{%
  629.    <5>eufm5%
  630.    <6>eufm6%
  631.    <7>eufm7%
  632.    <8>eufm8%
  633.    <9>eufm9%
  634.    <10>eufm10%
  635.    <11>eufm10 at10.95pt%
  636.    <12>eufm10 at12pt%
  637.    <14>eufm14 at14.4pt%
  638.    <17>eufm14 at17.28pt%
  639.    <20>eufm14 at20.74pt%
  640.    <25>eufm14 at24.88pt}{}
  641.  
  642. %%%%%% bold series
  643.  
  644. \new@fontshape{euf}{b}{n}{%
  645.    <5>eufb5%
  646.    <6>eufb6%
  647.    <7>eufb7%
  648.    <8>eufb8%
  649.    <9>eufb9%
  650.    <10>eufb10%
  651.    <11>eufb10 at10.95pt%
  652.    <12>eufb10 at12pt%
  653.    <14>eufb14%
  654.    <17>eufb14 at17.28pt%
  655.    <20>eufb14 at20.74pt%
  656.    <25>eufb14 at24.88pt}{}
  657.  
  658. \extra@def{euf}{\hyphenchar#1\m@ne
  659.        \dimen@\fontdimen2#1%
  660.        \fontdimen3#1.4\dimen@
  661.        \fontdimen4#1.3\dimen@}
  662.       {}
  663.  
  664. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  665. %%
  666. %%  Euler roman (cursive) family
  667. %%
  668. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  669.  
  670. \new@fontshape{eur}{m}{n}{%
  671.    <5>eurm5%
  672.    <6>eurm6%
  673.    <7>eurm7%
  674.    <8>eurm8%
  675.    <9>eurm9%
  676.    <10>eurm10%
  677.    <11>eurm10 at10.95pt%
  678.    <12>eurm10 at12pt%
  679.    <14>eurm10 at14.4pt%
  680.    <17>eurm10 at17.28pt%
  681.    <20>eurm10 at20.74pt%
  682.    <25>eurm10 at24.88pt}{}
  683.  
  684. %%%%%% bold series
  685.  
  686. \new@fontshape{eur}{b}{n}{%
  687.    <5>eurb5%
  688.    <6>eurb6%
  689.    <7>eurb7%
  690.    <8>eurb8%
  691.    <9>eurb9%
  692.    <10>eurb10%
  693.    <11>eurb10 at10.95pt%
  694.    <12>eurb10 at12pt%
  695.    <14>eurb10 at14.4pt%
  696.    <17>eurb10 at17.28pt%
  697.    <20>eurb10 at20.74pt%
  698.    <25>eurb10 at24.88pt}{}
  699.  
  700. \extra@def{eur}{\skewchar#1'177}{}
  701.  
  702.  
  703. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  704. %%
  705. %%    Euler Script Family
  706. %%
  707. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  708.  
  709. \new@fontshape{eus}{m}{n}{%
  710.    <5>eusm5%
  711.    <6>eusm6%
  712.    <7>eusm7%
  713.    <8>eusm8%
  714.    <9>eusm9%
  715.    <10>eusm10%
  716.    <11>eusm10 at10.95pt%
  717.    <12>eusm10 at12pt%
  718.    <14>eusm10 at14.4pt%
  719.    <17>eusm10 at17.28pt%
  720.    <20>eusm10 at20.74pt%
  721.    <25>eusm10 at24.88pt}{}
  722.  
  723. %%%%%%% bold series
  724.  
  725. \new@fontshape{eus}{b}{n}{%
  726.    <5>eusb5%
  727.    <6>eusb6%
  728.    <7>eusb7%
  729.    <8>eusb8%
  730.    <9>eusb9%
  731.    <10>eusb10%
  732.    <11>eusb10 at10.95pt%
  733.    <12>eusb10 at12pt%
  734.    <14>eusb10 at14.4pt%
  735.    <17>eusb10 at17.28pt%
  736.    <20>eusb10 at20.74pt%
  737.    <25>eusb10 at24.88pt}{}
  738.  
  739. \extra@def{eus}{\skewchar#1'60}{}
  740.  
  741.  
  742. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  743. %%
  744. %% Euler compatible extension symbols
  745. %%
  746. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  747.  
  748. \new@fontshape{euex}{m}{n}{%
  749.    <5>1euex7%
  750.    <6>1euex7%
  751.    <7>euex7%
  752.    <8>euex8%
  753.    <9>euex9%
  754.    <10>euex10%
  755.    <11>euex10 at10.95pt%
  756.    <12>euex10 at12pt%
  757.    <14>euex10 at14.4pt%
  758.    <17>euex10 at17.28pt%
  759.    <20>euex10 at20.74pt%
  760.    <25>euex10 at24.88pt}{}
  761.  
  762. \extra@def{euex}{}{}
  763.  
  764. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  765. %%
  766. %% University of Washington cyrillic family
  767. %%
  768. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  769.  
  770. \new@fontshape{UWCyr}{m}{n}{%
  771.    <5>wncyr5%
  772.    <6>wncyr6%
  773.    <7>wncyr7%
  774.    <8>wncyr8%
  775.    <9>wncyr9%
  776.    <10>wncyr10%
  777.    <11>wncyr10 at10.95pt%
  778.    <12>wncyr10 at12pt%
  779.    <14>wncyr10 at14.4pt%
  780.    <17>wncyr10 at17.28pt%
  781.    <20>wncyr10 at20.74pt%
  782.    <25>wncyr10 at24.88pt}{}
  783.  
  784. \new@fontshape{UWCyr}{m}{it}{%
  785.    <5>wncyi5%
  786.    <6>wncyi6%
  787.    <7>wncyi7%
  788.    <8>wncyi8%
  789.    <9>wncyi9%
  790.    <10>wncyi10%
  791.    <11>wncyi10 at10.95pt%
  792.    <12>wncyi10 at12pt%
  793.    <14>wncyi10 at14.4pt%
  794.    <17>wncyi10 at17.28pt%
  795.    <20>wncyi10 at20.74pt%
  796.    <25>wncyi10 at24.88pt}{}
  797.  
  798. \new@fontshape{UWCyr}{m}{sc}{%
  799.    <5>wncysc10 at5pt%
  800.    <6>wncysc10 at6pt%
  801.    <7>wncysc10 at7pt%
  802.    <8>wncysc10 at8pt%
  803.    <9>wncysc10 at9pt%
  804.    <10>wncysc10%
  805.    <11>wncysc10 at10.95pt%
  806.    <12>wncysc10 at12pt%
  807.    <14>wncysc10 at14.4pt%
  808.    <17>wncysc10 at17.28pt%
  809.    <20>wncysc10 at20.74pt%
  810.    <25>wncysc10 at24.88pt}{}
  811.  
  812. %%%%%%%%%%%%% bold series
  813.  
  814. \new@fontshape{UWCyr}{b}{n}{%
  815.    <5>wncyb5%
  816.    <6>wncyb6%
  817.    <7>wncyb7%
  818.    <8>wncyb8%
  819.    <9>wncyb9%
  820.    <10>wncyb10%
  821.    <11>wncyb10 at10.95pt%
  822.    <12>wncyb10 at12pt%
  823.    <14>wncyb10 at14.4pt%
  824.    <17>wncyb10 at17.28pt%
  825.    <20>wncyb10 at20.74pt%
  826.    <25>wncyb10 at24.88pt}{}
  827.  
  828. \extra@def{UWCyr}{}{}
  829.  
  830. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  831. %%
  832. %% University of Washington cyrillic sans serif family
  833. %%
  834. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  835.  
  836. \new@fontshape{UWCyss}{m}{n}{%
  837.    <5>wncyss8 at5pt%
  838.    <6>wncyss8 at6pt%
  839.    <7>wncyss8 at7pt%
  840.    <8>wncyss8%
  841.    <9>wncyss9%
  842.    <10>wncyss10%
  843.    <11>wncyss10 at10.95pt%
  844.    <12>wncyss10 at12pt%
  845.    <14>wncyss10 at14.4pt%
  846.    <17>wncyss10 at17.28pt%
  847.    <20>wncyss10 at20.74pt%
  848.    <25>wncyss10 at24.88pt}{}
  849.  
  850. \extra@def{UWCyss}{}{}
  851.  
  852. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  853. %%
  854. %% Concrete roman family
  855. %%
  856. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  857.  
  858. \new@fontshape{ccr}{m}{n}{%
  859.    <5>ccr5%
  860.    <6>ccr6%
  861.    <7>ccr7%
  862.    <8>ccr8%
  863.    <9>ccr9%
  864.    <10>ccr10%
  865.    <11>ccr10 at10.95pt%
  866.    <12>ccr10 at12pt%
  867.    <14>ccr10 at14.4pt%
  868.    <17>ccr10 at17.28pt%
  869.    <20>ccr10 at20.74pt%
  870.    <25>ccr10 at24.88pt}{}
  871.  
  872. \new@fontshape{ccr}{m}{it}{%
  873.    <10>ccti10%
  874.    <11>ccti10 at10.95pt%
  875.    <12>ccti10 at12pt}{}
  876.  
  877. \new@fontshape{ccr}{m}{sc}{%
  878.    <10>cccsc10%
  879.    <11>cccsc10 at10.95pt%
  880.    <12>cccsc10 at12pt}{}
  881.  
  882. \new@fontshape{ccr}{c}{sl}{<9>ccslc9}{}
  883.  
  884.  
  885. \extra@def{ccr}{}{}
  886.  
  887.  
  888. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  889. %%
  890. %% Concrete roman math family
  891. %%
  892. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  893.  
  894. \new@fontshape{ccm}{m}{it}{<10>ccmi10}{}
  895.  
  896. \extra@def{ccm}{}{}
  897.  
  898. \endinput
  899. %%
  900. %% End of file `fontdef.max'.
  901.  
  902.